//==============================================================================
// Diablo (Quadruped)_anim.txt
//==============================================================================


                           ____________________________________
                          |                                    |
                          |      CREATED by WOLLIEWOLTAZ       |
                          |____________________________________|
//==============================================================================
//==============================================================================
//Particle Attachments:
//==============================================================================
//==============================================================================
define FireHandCharging
{
   set hotspot
  {
      version
      {
         Visualparticle Special N Fire Giant FireHand Charging
      }
   }
}
//==============================================================================
define FireHandRanged
{
   set hotspot
  {
      version
      {
         Visualparticle Special N Fire Giant FireHand Ranged
      }
   }
}
//==============================================================================
define Fire
{
   set hotspot
   {
      version
      {
         Visualparticle SFX A Generic Fire Huge
      }
   }
}
//==============================================================================
define FireBowl
{
   set hotspot
   {
      version
      {
         Visualparticle SFX A Generic Fire Huge Bowl
      }
   }
}
//==============================================================================
define SmokeSFX
{
   set hotspot
  {
      version
      {
         Visualparticle DiabloQuadruped SmokeSFX
      }
   }
}
//==============================================================================
//==============================================================================
//VisualGranny:
//==============================================================================
//==============================================================================
anim Birth
{
   SetSelector
   {
      set hotspot
      {
         version
         {
			        VisualGranny DiabloQuadruped_birth
				Connect ATTACHPOINT Fire hotspot
				Connect ATTACHPOINT FireBowl hotspot
				Connect frontchest SmokeSFX hotspot
				tag SpecificSoundSet 0.01 false DiabloQuadrupedBirthSFX checkVisible
	 }
      }
   }
}
//==============================================================================
anim Idle
{
   SetSelector
   {
      set hotspot
      {
         version
         {
				VisualGranny DiabloQuadruped_idle
				Connect frontchest SmokeSFX hotspot
				Connect frontchest FireBowl hotspot
         }
      }
   }
}
//==============================================================================
anim Walk
{
   SetSelector
   {
      set hotspot
      {
         version
         {
			        VisualGranny DiabloQuadruped_run
				Connect frontchest SmokeSFX hotspot
				Connect frontchest FireBowl hotspot
				Connect lefthand FireHandCharging hotspot
				Connect lefthand FireHandRanged hotspot
				Connect leftfoot FireHandCharging hotspot
				Connect leftfoot FireHandRanged hotspot
				Connect righthand FireHandCharging hotspot
				Connect righthand FireHandRanged hotspot
				Connect rightfoot FireHandCharging hotspot
				Connect rightfoot FireHandRanged hotspot
         }
      }
   }
}
//==============================================================================
anim Death
{
   SetSelector
   {
      set hotspot
      {
         version
         {
				Visual Jimmy
				Connect ATTACHPOINT Fire hotspot
				Connect ATTACHPOINT FireBowl hotspot
	 }
      }
   }
}